"More Wiki in a Jar" is a small Wiki written in Java with great
focus on simplicity and a full Wiki formating syntax.
It is intended to run on a USB stick.
This is an offspring of "Wiki in a jar" by rico_g

https://sourceforge.net/projects/morewikiinajar/

* Version 0.9.9 (01/07/2009)
- NEW: Support of <div>. Written by Arne Lottmann
- NEW: Support of <span>. Written by Arne Lottmann
- NEW: Help page for <span> and <div>. Created by Arne Lottmann

* Version 0.9.8 (11/26/2008)
- NEW: Wiki links now support anchor links
- NEW: Link example page now contains example for anchor links
- Fixed bug: [2152765] Wrong indentation in content. Thanks to Arne Lottmann (tos_rott)
- Fixed bug: [2165849] "&" in links creates error msg
- Fixed bug: Calendar will now display correct days of a Month.  Thanks to Frank Dietrich (sub_optimal)
- Removed: support for file:// because of several problems with different browsers
- Some changes to the CSS

* Version 0.9.7 (10/12/2008)
- Fixed bug: a leading space on the beginning of an article is not removed any more
- Fixed bug: several problems in new Url filter are fixed
- NEW: Simple check if XML document is well formed. Error message of the SAX parser only at the moment

* Version 0.9.6 (10/05/2008)
- Fixed performance of table formatting
- Fixed bug: an "=" in a heading is now possible. Thanks to Frank Dietrich (sub_optimal)
- Fixed bug: version in "About More Wiki in a jar.wiki" was not updated during packaging
- Rewritten: handling of external links are improved
- NEW: external links with "file:" are now working
- NEW: Help page for internal and external link wiki markup

* Version 0.9.5 (10/03/2008)
- NEW: Basic Table support
- NEW: Full Table support with 
- NEW: Fixed Text <tt> support
- NEW: Helppage for normal wiki markup
- NEW: Helppage for table wiki markup
- NEW: During Edit you can access the new help pages
- Fixed bug: improved performance of some of the render modules
- Fixed bug: preformatted filter was not working correctly
- Fixed bug: preformatted filter may end in endless loop
- Fixed bug: nowiki filter could have an endless loop
- Fixed bug: nowiki filter didn't removed old nowiki parts
- Known bug: an '=' in a heading lead to formatting error. Will resolved asap

* Version 0.9.1 (10/01/2008)
- Fixed bug: definition was not formatted correctly
- Changed styles to the new name "More Wiki in a jar"

* Version 0.9.0 (09/27/2008)
- Fixed several bugs in Java code
- Fixed bug: bold italic formatting was not correct
- NEW: indent support
- NEW: <br> tag support
- NEW: definition support
- NEW: <pre> </pre> support
- NEW: comment <!-- --> support
- NEW: nowiki <nowiki></nowiki> support
- NEW: content table with links on pages with more than 4 header
- NEW: full UTF-8 support. Thanks to Frank Dietrich (sub_optimal)

Releasenotes of "Wiki in a jar"

"Wiki in a Jar" is a small Wiki written in Java with great
focus on simplicity. It is intended to run on a USB stick as
a replacement for a paper note- and address book as a
Personal Information Manager (PIM). It supports vcard (vcf)
contact files.

https://sourceforge.net/projects/wiki-in-a-jar/

* Version 0.7.1 (04/18/2007)
- Fixed bug: Last vCard category was not recognized in tag tree
- Fixed bug: #1701702 Search doesn't search page names
- Minor: Make better use of screen real estate (IE still has minor layout issues)

* Version 0.7 (03/31/2007):
- NEW: a calendar for each month listing birthdays of your contacts
- NEW: calendar support for wiki pages: a date of the format yyyy-mm-dd in the title adds a calendar to that page
- NEW: contacts with birthday date set and wiki pages with date in title are automatically tagged with month and year
- NEW: support for to do list items. Start a list text with [ ], [!], or [x] (see wiki formatting demo)
- Fixed bug: 1689383 Doesn't support < or > in page text
- Fixed bug: Error when adding single quote in strong/er/st text (e.g. ''Jim's birthday'')
- Minor: pre/code text now in same font size as body text

* Version 0.6.1  (03/21/2007):
- Links to new pages are now highlighted in a different color
- Empty vCard properties are not shown anymore
- Added keyboard shortcuts (access keys) for most links
- Added Google search support for search bar (just start query with a dot)

* Version 0.6 (03/16/2007)
- The new version, 0.6, is a major rewrite. The presentation layer is now completely based on XML, XSL, and CSS.